home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2004 March
/
PCWMAR04.iso
/
Software
/
Trial
/
TestTrack Pro 6
/
ttprowininstall.exe
/
%LSMAINDIR%
/
LicenseServer Help
/
wwhelp
/
wwhimpl
/
js
/
scripts
/
handler.js
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2003-12-12
|
475 b
|
26 lines
// Copyright (c) 2000-2001 Quadralay Corporation. All rights reserved.
//
function WWHHandler_Object()
{
this.mbInitialized = false;
this.fInit = WWHHandler_Init;
this.fUpdate = WWHHandler_Update;
this.fSyncTOC = WWHHandler_SyncTOC;
}
function WWHHandler_Init()
{
WWHFrame.WWHJavaScript.fInit();
}
function WWHHandler_Update(ParamURL)
{
}
function WWHHandler_SyncTOC(ParamURL)
{
WWHFrame.WWHJavaScript.fSyncTOC(ParamURL);
}